Block Input Action Icon

Block Action

Declaration

<AMBLOCKINPUT ACTION="text [options]">

See Also

Send Keystrokes. Authenticate

Description

Blocks user input from the keyboard and mouse.

Practical Usage

Useful for preventing user interference while a task is running.

Parameters

General Tab

Action
Text, Optional Default - "lock"
MARKUP: ACTION="unlock"

Specifies whether keyboard and mouse input should be blocked or unblocked.

The available options are:

lock: Keyboard and mouse input will be blocked

unlock: Keyboard and mouse input will be not be blocked.

Notes

Standard Error Handling Options
This action also includes the standard "Error Causes" and "On Error" failure handling options/tabs

More on Error Handling Options

Variables and Expressions
All text fields allow the use of expressions by surrounding the expression in percentage signs (example: %MYVARIABLE%, %Left('Text',2)%). To help construct these expressions, a popup expression builder is available in all these fields by pressing F2.
More on variables...

More on expressions...

More on the expression builder...

Example

<AMBLOCKINPUT ACTION="unlock">